'Declaration Public Overloads Function Render( _
ByVal widthWidth of the thumbnail image.As System.Int32, _
ByVal heightHeight of the thumbnail image.As System.Int32, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Boolean
public bool Render(
System.Int32 width,
System.Int32 height,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: bool Render(
System.Int32 width,
System.Int32 height,
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
bool Render(
System.Int32 width,
System.Int32 height,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- width
- Width of the thumbnail image.
- height
- Height of the thumbnail image.
- progressDelegate
- Progress delegate.
Return Value
False if rendering is canceled; otherwise, true.